The ImagickDraw class
PHP Manual

ImagickDraw::translate

(PECL imagick 2.0.0)

ImagickDraw::translateApplies a translation to the current coordinate system

Descripción

bool ImagickDraw::translate ( float $x , float $y )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Applies a translation to the current coordinate system which moves the coordinate system origin to the specified coordinate.

Lista de parámetros

x

horizontal translation

y

vertical translation

Valores retornados

No value is returned.


The ImagickDraw class
PHP Manual